home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 September / Macworld (1998-09).dmg / Serious Demos / DesignWorks 4.0.1 Demo PPC / Design Kits / Generic PCB / Scripts / GPCB Netlist Script next >
Text File  |  1997-05-30  |  1KB  |  56 lines

  1. {
  2.   Format file for simple netlist.
  3.   C. Dewhurst 8/10/92
  4.   Copyright 1992 Capilano Computing Systems Ltd.
  5. }
  6. $IF($NE(&DesignType, GPCB))
  7. $IF($NOT($ALERT2(This does not appear to be a Generic PCB design.  Are you sure you want to proceed?)))
  8. $ABORT
  9. $END
  10. $END
  11. $CHECK(This report form is intended only for FLAT mode designs) $PURE $PHYSICAL
  12. $CREATEREPORT($DESIGNNAME.net) $PROMPT
  13. $NOTES
  14. This format generates a simple netlist file.
  15.  
  16. Design Hierarchy Mode: Flat
  17.  
  18. Standard attribute fields used:
  19.  
  20. Name
  21. Package
  22. Part
  23. Value
  24. Ground
  25. Power
  26.  
  27. Non-standard attribute fields required:
  28.  
  29. SigSources
  30.  
  31. $END
  32. *TITLE $DESIGNNAME generated on $DATE
  33. $ROWS(32000)
  34. $COLUMNS(80)
  35. $COMBDEVSON
  36. $SORT $DEVICES &Part &Package &Value
  37. *PARTS
  38.  
  39. $DEVICES&Part &Package &Value $DEVNAME
  40.  
  41. *NETS
  42.  
  43. $BUSNAMEON(_)
  44. $SIGSOURCE(Ground)
  45. $SIGSOURCE(Plus5V) &Power
  46. $DESIGNSIGSOURCE &SigSources
  47. $AUTONUMBER(3)
  48. $FIND $SIGNALS $NUMPINS(2)
  49. $ASSIGNNAMES $SIGNALS
  50. $ASSIGNNAMES $DEVICES
  51. $SORT $DEVICES $DEVNAME
  52. $SORT $SIGNALS $SIGNAME
  53. $BLANKREPLACE(_)
  54. $CONTSTART( )
  55. $SIGNALS$SIGNAME$COL(15)$PINS
  56.